home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor25_arexx.lha
/
FSE
/
Quote.fse
< prev
next >
Wrap
Text File
|
1995-09-06
|
281b
|
21 lines
/* qoute.fse - qoutes all except empty lines */
options results
qoutechar = ">"
YPOS
currline = result
XPOS
currcolumn = result
MSGLENGTH
lastline = result
do i=1 to lastline
SETPOS 1 i
GETLINE
if(result ~= " ") then INSERTINPUT qoutechar
end
SETPOS currcolumn currline